home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Advanced SystemCare / asc-setup.exe / {app} / tb / chrome / iobitcom.jar / content / alertSettings.xul < prev    next >
Encoding:
Extensible Markup Language  |  2009-12-23  |  3.5 KB  |  97 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://iobitcom/skin/alert/settings.css" type="text/css"?>
  4. <?xml-stylesheet href="chrome://iobitcom/skin/alert/alert.css" type="text/css"?>
  5.  
  6. <window
  7.   windowtype="EBAlertSettingsType"
  8.   id="EBAlertSettingsId"
  9.   xmlns:html="http://www.w3.org/1999/xhtml"
  10.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  11.   onload="EBAlertSettings_CT2384137.onload(event)"
  12.   onunload="EBAlertSettings_CT2384137.onunload(event)"
  13.   hidechrome="true"
  14.   class="settingsWindow"
  15.   width="355"
  16.   height="310">
  17.  
  18.   <script type="application/x-javascript"  src="chrome://iobitcom/content/ctoolbar.js" />
  19.  
  20.   <vbox>
  21.     <!-- Title -->
  22.     <hbox class="titleHBox">
  23.       <titlebar flex="1">
  24.           <image src="chrome://iobitcom/skin/alert/OptionsTitleBarImage.gif" alt="" />
  25.         <label id="lblTitle" value="Alert Settings" class="aboutTitleLabel" />
  26.       </titlebar>
  27.  
  28.       <!-- Image buttons -->
  29.       <hbox>
  30.         <html:div class="divImagesWrapper">
  31.           <image id="imgFeedback" ebClasses="imgFeedback;imgBtn17;imgBtn17_hover;imgBtn17_dn;"
  32.                onclick="EBAlertSettings_CT2384137.onclickFeedback()"
  33.                  tooltiptext="FeedBack" />
  34.           <spacer width="2px" />
  35.         
  36.           <image id="imgFaq" ebClasses="imgFaq;imgBtn15;imgBtn15_hover;imgBtn15_dn;"
  37.                onclick="EBAlertSettings_CT2384137.onclickFaq()"
  38.                  tooltiptext="FAQ"/>
  39.           <spacer width="2px" />
  40.         
  41.           <image id="imgPrivacy" ebClasses="imgPrivacy;imgBtn15;imgBtn15_hover;imgBtn15_dn;"
  42.                onclick="EBAlertSettings_CT2384137.onclickPrivacy()"
  43.                  tooltiptext="Privacy Policy"/>
  44.           <spacer width="2px" />
  45.         
  46.           <image id="imgAbout" ebClasses="imgAbout;imgBtn15;imgBtn15_hover;imgBtn15_dn;"
  47.                onclick="EBAlertSettings_CT2384137.onclickAbout()"
  48.                  tooltiptext="About"/>
  49.         </html:div>
  50.           <spacer width="15px" />
  51.       </hbox>
  52.       <!-- Image buttons end -->
  53.       <html:div>
  54.         <image id="imgClose" ebClasses="imgClose;imgTitle;imgTitle_hover;imgTitle_dn;"
  55.                onclick="EBAlertSettings_CT2384137.onclickClose()" />
  56.       </html:div>
  57.       <spacer width="5" />
  58.     </hbox>
  59.     <!-- Title End -->
  60.     
  61.     <!-- Body -->
  62.     <vbox class="settingsBodyVBox">
  63.     <html:div class="settingsFeedsDiv" id="divFeeds">
  64.       <label class="lblFeedsTitle" value="Show alerts from:" id="lblFeedsTitle" />
  65.     </html:div>
  66.     
  67.       <spacer height="12px" />
  68.       <!-- Checkboxes -->
  69.       <hbox>
  70.         <spacer width="15px" />
  71.         <vbox>
  72.           <checkbox id="chkEnabled" label="Alerts enabled" class="checkbox" />
  73.           <checkbox id="chkTray" label="Show icon in system tray" />
  74.         </vbox>
  75.       </hbox>
  76.       <!-- Checkboxes end -->
  77.  
  78.       <spacer height="12px" id="spcButtns" />
  79.       
  80.       <!-- Buttons -->
  81.       <hbox>
  82.         <box flex="1"/>
  83.         <html:div ebClasses="button_base;button;button_hover;button_dn;" id="divBtnOk"
  84.                   onclick="EBAlertSettings_CT2384137.onclickOk()">OK</html:div>
  85.         <spacer width="9px" />
  86.         <html:div ebClasses="button_base;button;button_hover;button_dn;" id="divBtnCancel"
  87.                   onclick="EBAlertSettings_CT2384137.onclickClose()">Cancel</html:div>
  88.         <box flex="1"/>
  89.       </hbox>
  90.       <!-- Buttons end -->
  91.     
  92.     </vbox>
  93.     <!-- Body End -->
  94.  
  95.   </vbox>
  96.  
  97. </window>